home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 April
/
macformat-023.iso
/
Reader's Corner
/
Reader's Contibutions
/
Modified
/
FrEQuency data
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-19
|
301 b
|
16 lines
on exitFrame
global ready
if the lastClick > (10 * 60) then
go(#next)
else
set the movieRate of sprite 31 to 0
set ready to ready + 1
if ready = 10 then
set the movieRate of sprite 1 to 1
play frame "looper"
else
play frame "looper"
end if
end if
end